From 9d952483f250a97cbeab4061fa1c4e68341b330f Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 28 Aug 2022 23:22:15 +0300 Subject: posting thread and image works --- src/pages/create/[board].astro | 67 ++++++++++++------------------------------ 1 file changed, 19 insertions(+), 48 deletions(-) (limited to 'src/pages/create/[board].astro') diff --git a/src/pages/create/[board].astro b/src/pages/create/[board].astro index 45f8b0d..9c2308f 100644 --- a/src/pages/create/[board].astro +++ b/src/pages/create/[board].astro @@ -1,54 +1,25 @@ --- -import Default from '../../layouts/Default.astro' +import Default from '../../layouts/Default.astro'; +import Form from '../../components/Form.astro'; + const { board } = Astro.params; --- -

{board}

- -
-
- -
- - -
- +

{board}

+ +
+ +
+ +
+ +
+
+ + -- cgit v1.2.3